ChunkedPayloadResponse


Responses to a ChunkedPayload request
Protobuf type meshtastic.ChunkedPayloadResponse

Types

Link copied to clipboard
class Builder : GeneratedMessage.Builder<BuilderT> , MeshProtos.ChunkedPayloadResponseOrBuilder

Responses to a ChunkedPayload request
Protobuf type meshtastic.ChunkedPayloadResponse
Link copied to clipboard
enum PayloadVariantCase : Internal.EnumLite, AbstractMessageLite.InternalOneOfEnum

Properties

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard

Accept the transfer chunked payload
bool accept_transfer = 3;
Link copied to clipboard
fun getDescriptor(): Descriptors.Descriptor
Link copied to clipboard
Link copied to clipboard
open fun getPayloadId(): Int

The ID of the entire payload
uint32 payload_id = 1;
Link copied to clipboard

Request to transfer chunked payload
bool request_transfer = 2;
Link copied to clipboard

Request missing indexes in the chunked payload
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard

Request missing indexes in the chunked payload
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard
Link copied to clipboard

Accept the transfer chunked payload
bool accept_transfer = 3;
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard

Request to transfer chunked payload
bool request_transfer = 2;
Link copied to clipboard

Request missing indexes in the chunked payload
.meshtastic.resend_chunks resend_chunks = 4;
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun parseFrom(data: ByteString): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(input: CodedInputStream): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.ChunkedPayloadResponse
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun writeTo(output: CodedOutputStream)